home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Media Design Review 1999
/
Interactive Media Design Review 1999.iso
/
pc
/
Demos
/
Herois
/
Abertura.Cst
/
00006_Mascara- Script.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-03-19
|
371 b
|
22 lines
on exitFrame
global mantra
if not mantra and the timer > 180 then
set the volume of sound 2 to 255
puppetSound 2, "Mantra2"
sound fadeIn 2,30
set mantra = true
updateStage
end if
if the timer > 300 then
-- set the movieRate of sprite 3 to 0
go the frame + 1
else
go the frame
end if
end
on mouseUp
go the frame + 1
end